// Tool configuration for Screenshot Captor
// Format:
//  title = 
//  app =
//  params = 
//  iconfile =
// Notes:
//  if title = - then it is a separator (no other values needed)
//   params and iconfile are optional
//  if iconfile is blank, the exe file icon will be used
//  you can specify multiple entries if you separate them with @ sign on its own line
//  if an app doesnt exist it will not be loaded, so its safe to add entries for programs not on users pc
//
// The following macros are available for exe and params
//  %THISDIR% - the directory this file is in
//  %APPDIR% - the directory where the program (Screenshot Captor) is run from
//  %APPDRIVE% - the drive (e.g. c:) where the program (Screenshot Captor) is run from
// -
//  %file% - Image file name (surround in " if required).
//  %folder% - Folder containing the image file.
//  %tmpfile% - Temporary flat image file name w/o ext. (e.g. %tmpfile%.jpg)
//  %tmpfileplain% - Temporary image (with NO objects drawn) file name w/o ext. (e.g. %tmpfile%.jpg)
//  %fileplain% - Saves image with NO objects drawn, and then reloads and re-adds objects
//  %ProgramFiles% - Program files directory (will look in BOTH x86 and normal)